﻿2026-06-17T06:47:39.5974687Z Current runner version: '2.335.1'
2026-06-17T06:47:39.5979427Z Runner name: 'kitsubito'
2026-06-17T06:47:39.5979939Z Runner group name: 'Default'
2026-06-17T06:47:39.5980599Z Machine name: 'KITSUBITO'
2026-06-17T06:47:39.5982529Z ##[group]GITHUB_TOKEN Permissions
2026-06-17T06:47:39.5984283Z Contents: read
2026-06-17T06:47:39.5984685Z Metadata: read
2026-06-17T06:47:39.5985053Z Packages: read
2026-06-17T06:47:39.5985415Z ##[endgroup]
2026-06-17T06:47:39.5986978Z Secret source: Actions
2026-06-17T06:47:39.5987468Z Prepare workflow directory
2026-06-17T06:47:39.6349999Z Prepare all required actions
2026-06-17T06:47:39.6384298Z Getting action download info
2026-06-17T06:47:39.9700746Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-17T06:47:40.5151827Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-17T06:47:40.5964076Z ##[group]Run actions/checkout@v5
2026-06-17T06:47:40.5964799Z with:
2026-06-17T06:47:40.5965151Z   fetch-depth: 0
2026-06-17T06:47:40.5965561Z   repository: SaberMage/spt-core
2026-06-17T06:47:40.5968805Z   token: ***
2026-06-17T06:47:40.5969243Z   ssh-strict: true
2026-06-17T06:47:40.5969606Z   ssh-user: git
2026-06-17T06:47:40.5969973Z   persist-credentials: true
2026-06-17T06:47:40.5970372Z   clean: true
2026-06-17T06:47:40.5970737Z   sparse-checkout-cone-mode: true
2026-06-17T06:47:40.5971162Z   fetch-tags: false
2026-06-17T06:47:40.5971520Z   show-progress: true
2026-06-17T06:47:40.5971882Z   lfs: false
2026-06-17T06:47:40.5972230Z   submodules: false
2026-06-17T06:47:40.5972592Z   set-safe-directory: true
2026-06-17T06:47:40.5973166Z ##[endgroup]
2026-06-17T06:47:40.6741286Z Syncing repository: SaberMage/spt-core
2026-06-17T06:47:40.6742819Z ##[group]Getting Git version info
2026-06-17T06:47:40.6743536Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-17T06:47:40.6744389Z [command]/usr/bin/git version
2026-06-17T06:47:40.6772458Z git version 2.43.0
2026-06-17T06:47:40.6789857Z ##[endgroup]
2026-06-17T06:47:40.6801018Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/4e791efb-d38f-4b8c-88ac-9f69b5a81e72' before making global git config changes
2026-06-17T06:47:40.6802340Z Adding repository directory to the temporary git global config as a safe directory
2026-06-17T06:47:40.6803875Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-17T06:47:40.6839168Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-17T06:47:40.6857904Z https://github.com/SaberMage/spt-core
2026-06-17T06:47:40.6868368Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-17T06:47:40.6871054Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-17T06:47:40.6891416Z HEAD
2026-06-17T06:47:40.6921246Z ##[endgroup]
2026-06-17T06:47:40.6922008Z [command]/usr/bin/git submodule status
2026-06-17T06:47:40.7105108Z ##[group]Cleaning the repository
2026-06-17T06:47:40.7107696Z [command]/usr/bin/git clean -ffdx
2026-06-17T06:47:40.7135907Z Removing traceable-reqs
2026-06-17T06:47:40.7142840Z [command]/usr/bin/git reset --hard HEAD
2026-06-17T06:47:40.7205076Z HEAD is now at 934b9dd Merge 5894bd60b9359694931a69c83415a70e25b09862 into b6470c1c4ababb407d44ed2c38b4354485f0b6b1
2026-06-17T06:47:40.7210152Z ##[endgroup]
2026-06-17T06:47:40.7212215Z ##[group]Disabling automatic garbage collection
2026-06-17T06:47:40.7215560Z [command]/usr/bin/git config --local gc.auto 0
2026-06-17T06:47:40.7242805Z ##[endgroup]
2026-06-17T06:47:40.7243553Z ##[group]Setting up auth
2026-06-17T06:47:40.7248366Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-17T06:47:40.7274833Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-17T06:47:40.7461790Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-17T06:47:40.7487098Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-17T06:47:40.7666043Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-17T06:47:40.7691948Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-17T06:47:40.7876921Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-17T06:47:40.7905790Z ##[endgroup]
2026-06-17T06:47:40.7906596Z ##[group]Fetching the repository
2026-06-17T06:47:40.7914213Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +934b9dd4f538395a1d41c59261f8ae687f5becfe:refs/remotes/pull/20/merge
2026-06-17T06:47:41.4556810Z From https://github.com/SaberMage/spt-core
2026-06-17T06:47:41.4558272Z  * [new branch]      fix/win-program-resolve -> origin/fix/win-program-resolve
2026-06-17T06:47:41.4559720Z  t [tag update]      v0.8.3                  -> v0.8.3
2026-06-17T06:47:41.4584382Z ##[endgroup]
2026-06-17T06:47:41.4585546Z ##[group]Determining the checkout info
2026-06-17T06:47:41.4586767Z ##[endgroup]
2026-06-17T06:47:41.4589343Z [command]/usr/bin/git sparse-checkout disable
2026-06-17T06:47:41.4627515Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-17T06:47:41.4657879Z ##[group]Checking out the ref
2026-06-17T06:47:41.4659301Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/20/merge
2026-06-17T06:47:41.4696796Z HEAD is now at 934b9dd Merge 5894bd60b9359694931a69c83415a70e25b09862 into b6470c1c4ababb407d44ed2c38b4354485f0b6b1
2026-06-17T06:47:41.4700756Z ##[endgroup]
2026-06-17T06:47:41.4730846Z [command]/usr/bin/git log -1 --format=%H
2026-06-17T06:47:41.4751780Z 934b9dd4f538395a1d41c59261f8ae687f5becfe
2026-06-17T06:47:41.4965212Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-17T06:47:41.4966956Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-17T06:47:41.4983969Z shell: /usr/bin/bash -e {0}
2026-06-17T06:47:41.4984879Z ##[endgroup]
2026-06-17T06:47:41.5111492Z ##[group]Run set -euo pipefail
2026-06-17T06:47:41.5112478Z [36;1mset -euo pipefail[0m
2026-06-17T06:47:41.5126565Z [36;1mPIN=0c95435[0m
2026-06-17T06:47:41.5127424Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-17T06:47:41.5128453Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-17T06:47:41.5129896Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-17T06:47:41.5131626Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-17T06:47:41.5133351Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-17T06:47:41.5134751Z [36;1m  rm -rf "$CACHE"[0m
2026-06-17T06:47:41.5135704Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-17T06:47:41.5136796Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-17T06:47:41.5138146Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-17T06:47:41.5139645Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-17T06:47:41.5140612Z [36;1mfi[0m
2026-06-17T06:47:41.5141725Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-17T06:47:41.5157305Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-17T06:47:41.5158442Z env:
2026-06-17T06:47:41.5159353Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-17T06:47:41.5160395Z ##[endgroup]
2026-06-17T06:47:41.8143404Z    Compiling proc-macro2 v1.0.106
2026-06-17T06:47:41.8144597Z    Compiling unicode-ident v1.0.24
2026-06-17T06:47:41.8144956Z    Compiling quote v1.0.45
2026-06-17T06:47:41.8145280Z    Compiling libc v0.2.186
2026-06-17T06:47:41.8145934Z    Compiling serde_core v1.0.228
2026-06-17T06:47:41.8146402Z    Compiling cfg-if v1.0.4
2026-06-17T06:47:41.8146717Z    Compiling serde v1.0.228
2026-06-17T06:47:41.8211595Z    Compiling log v0.4.32
2026-06-17T06:47:41.8260130Z    Compiling pin-project-lite v0.2.17
2026-06-17T06:47:41.8278588Z    Compiling portable-atomic v1.13.1
2026-06-17T06:47:41.8322440Z    Compiling typenum v1.20.1
2026-06-17T06:47:41.8424624Z    Compiling memchr v2.8.1
2026-06-17T06:47:41.8426350Z    Compiling version_check v0.9.5
2026-06-17T06:47:41.8573619Z    Compiling critical-section v1.2.0
2026-06-17T06:47:41.8591320Z    Compiling shlex v2.0.1
2026-06-17T06:47:41.8830517Z    Compiling find-msvc-tools v0.1.9
2026-06-17T06:47:41.9055184Z    Compiling futures-core v0.3.32
2026-06-17T06:47:41.9161983Z    Compiling bytes v1.11.1
2026-06-17T06:47:41.9352061Z    Compiling subtle v2.6.1
2026-06-17T06:47:42.0776191Z    Compiling equivalent v1.0.2
2026-06-17T06:47:42.0868478Z    Compiling smallvec v1.15.1
2026-06-17T06:47:42.1094765Z    Compiling itoa v1.0.18
2026-06-17T06:47:42.1319902Z    Compiling semver v1.0.28
2026-06-17T06:47:42.1452297Z    Compiling stable_deref_trait v1.2.1
2026-06-17T06:47:42.1501682Z    Compiling futures-io v0.3.32
2026-06-17T06:47:42.1659505Z    Compiling slab v0.4.12
2026-06-17T06:47:42.1738535Z    Compiling futures-sink v0.3.32
2026-06-17T06:47:42.2191329Z    Compiling futures-task v0.3.32
2026-06-17T06:47:42.2921176Z    Compiling futures-channel v0.3.32
2026-06-17T06:47:42.3042411Z    Compiling rustversion v1.0.22
2026-06-17T06:47:42.3050454Z    Compiling generic-array v0.14.7
2026-06-17T06:47:42.3164735Z    Compiling bitflags v2.12.1
2026-06-17T06:47:42.3622112Z    Compiling hashbrown v0.17.1
2026-06-17T06:47:42.3772225Z    Compiling cpufeatures v0.2.17
2026-06-17T06:47:42.3841301Z    Compiling fnv v1.0.7
2026-06-17T06:47:42.4641763Z    Compiling rustc_version v0.4.1
2026-06-17T06:47:42.4643093Z    Compiling rand_core v0.10.1
2026-06-17T06:47:42.5294114Z    Compiling strsim v0.11.1
2026-06-17T06:47:42.5451654Z    Compiling cfg_aliases v0.2.1
2026-06-17T06:47:42.5501121Z    Compiling writeable v0.6.3
2026-06-17T06:47:42.5541589Z    Compiling litemap v0.8.2
2026-06-17T06:47:42.6281631Z    Compiling fs_extra v1.3.0
2026-06-17T06:47:42.6530837Z    Compiling utf8_iter v1.0.4
2026-06-17T06:47:42.6621095Z    Compiling dunce v1.0.5
2026-06-17T06:47:42.7361997Z    Compiling icu_properties_data v2.2.0
2026-06-17T06:47:42.7521635Z    Compiling ident_case v1.0.1
2026-06-17T06:47:42.8171076Z    Compiling getrandom v0.4.2
2026-06-17T06:47:42.8711255Z    Compiling icu_normalizer_data v2.2.0
2026-06-17T06:47:42.8890992Z    Compiling percent-encoding v2.3.2
2026-06-17T06:47:42.9460900Z    Compiling autocfg v1.5.1
2026-06-17T06:47:42.9794898Z    Compiling http v1.4.1
2026-06-17T06:47:43.0781803Z    Compiling aws-lc-rs v1.17.0
2026-06-17T06:47:43.0918155Z    Compiling indexmap v2.14.0
2026-06-17T06:47:43.0982765Z    Compiling thiserror v2.0.18
2026-06-17T06:47:43.1156016Z    Compiling cpufeatures v0.3.0
2026-06-17T06:47:43.1192873Z    Compiling unicode-segmentation v1.13.3
2026-06-17T06:47:43.1784588Z    Compiling syn v2.0.117
2026-06-17T06:47:43.1861099Z    Compiling scopeguard v1.2.0
2026-06-17T06:47:43.2190990Z    Compiling chacha20 v0.10.0
2026-06-17T06:47:43.2290616Z    Compiling form_urlencoded v1.2.2
2026-06-17T06:47:43.2870432Z    Compiling lock_api v0.4.14
2026-06-17T06:47:43.3440749Z    Compiling untrusted v0.9.0
2026-06-17T06:47:43.3901473Z    Compiling rustls v0.23.40
2026-06-17T06:47:43.3970564Z    Compiling heck v0.5.0
2026-06-17T06:47:43.4200675Z    Compiling anyhow v1.0.102
2026-06-17T06:47:43.4451143Z    Compiling const-oid v0.10.2
2026-06-17T06:47:43.4610745Z    Compiling jobserver v0.1.34
2026-06-17T06:47:43.5131173Z    Compiling atomic-waker v1.1.2
2026-06-17T06:47:43.5570840Z    Compiling unicode-xid v0.2.6
2026-06-17T06:47:43.5622747Z    Compiling parking_lot_core v0.9.12
2026-06-17T06:47:43.5971021Z    Compiling zerocopy v0.8.50
2026-06-17T06:47:43.6251057Z    Compiling httparse v1.10.1
2026-06-17T06:47:43.6440973Z    Compiling convert_case v0.10.0
2026-06-17T06:47:43.6510463Z    Compiling paste v1.0.15
2026-06-17T06:47:43.7536885Z    Compiling cc v1.2.63
2026-06-17T06:47:43.7732002Z    Compiling num-traits v0.2.19
2026-06-17T06:47:43.7969092Z    Compiling hybrid-array v0.4.12
2026-06-17T06:47:43.8360751Z    Compiling curve25519-dalek v4.1.3
2026-06-17T06:47:43.9300887Z    Compiling ahash v0.8.12
2026-06-17T06:47:43.9460909Z    Compiling fastrand v2.4.1
2026-06-17T06:47:43.9687593Z    Compiling powerfmt v0.2.0
2026-06-17T06:47:43.9800902Z    Compiling either v1.16.0
2026-06-17T06:47:44.0201853Z    Compiling http-body v1.0.1
2026-06-17T06:47:44.0380515Z    Compiling crypto-common v0.1.7
2026-06-17T06:47:44.0631673Z    Compiling block-buffer v0.10.4
2026-06-17T06:47:44.0810460Z    Compiling base64ct v1.8.3
2026-06-17T06:47:44.1439346Z    Compiling deranged v0.5.8
2026-06-17T06:47:44.2151186Z    Compiling digest v0.10.7
2026-06-17T06:47:44.2541911Z    Compiling time-core v0.1.8
2026-06-17T06:47:44.2587644Z    Compiling base64 v0.22.1
2026-06-17T06:47:44.4080143Z    Compiling tower-service v0.3.3
2026-06-17T06:47:44.4179613Z    Compiling pem-rfc7468 v1.0.0
2026-06-17T06:47:44.4300630Z    Compiling zmij v1.0.21
2026-06-17T06:47:44.4790788Z    Compiling pkg-config v0.3.33
2026-06-17T06:47:44.4940799Z    Compiling try-lock v0.2.5
2026-06-17T06:47:44.4990737Z    Compiling data-encoding v2.11.0
2026-06-17T06:47:44.5090691Z    Compiling num-conv v0.2.2
2026-06-17T06:47:44.5720822Z    Compiling mio v1.2.1
2026-06-17T06:47:44.6142579Z    Compiling socket2 v0.6.4
2026-06-17T06:47:44.6146599Z    Compiling getrandom v0.2.17
2026-06-17T06:47:44.7230888Z    Compiling tinyvec_macros v0.1.1
2026-06-17T06:47:44.7533382Z    Compiling rand_core v0.6.4
2026-06-17T06:47:44.7900555Z    Compiling vcpkg v0.2.15
2026-06-17T06:47:44.8591743Z    Compiling rand v0.10.1
2026-06-17T06:47:44.8667335Z    Compiling tinyvec v1.11.0
2026-06-17T06:47:44.8960650Z    Compiling want v0.3.1
2026-06-17T06:47:44.9150172Z    Compiling parking_lot v0.12.5
2026-06-17T06:47:44.9340288Z    Compiling sha2 v0.10.9
2026-06-17T06:47:45.0531646Z    Compiling block-buffer v0.12.0
2026-06-17T06:47:45.2160712Z    Compiling cmake v0.1.58
2026-06-17T06:47:45.2262782Z    Compiling crypto-common v0.2.2
2026-06-17T06:47:45.3250746Z    Compiling inout v0.1.4
2026-06-17T06:47:45.3891309Z    Compiling vergen-lib v9.1.0
2026-06-17T06:47:45.4022349Z    Compiling n0-future v0.3.2
2026-06-17T06:47:45.4220754Z    Compiling serde_json v1.0.150
2026-06-17T06:47:45.4550971Z    Compiling signature v2.2.0
2026-06-17T06:47:45.5090492Z    Compiling diatomic-waker v0.2.3
2026-06-17T06:47:45.5673821Z    Compiling crossbeam-utils v0.8.21
2026-06-17T06:47:45.5747831Z    Compiling winnow v1.0.3
2026-06-17T06:47:45.5960437Z    Compiling spin v0.10.0
2026-06-17T06:47:45.6221045Z    Compiling httpdate v1.0.3
2026-06-17T06:47:45.6400596Z    Compiling parking v2.2.1
2026-06-17T06:47:45.6531009Z    Compiling cordyceps v0.3.4
2026-06-17T06:47:45.7281975Z    Compiling ed25519 v2.2.3
2026-06-17T06:47:45.7351023Z    Compiling cipher v0.4.4
2026-06-17T06:47:45.7542125Z    Compiling futures-lite v2.6.1
2026-06-17T06:47:45.7744996Z    Compiling netlink-packet-core v0.8.1
2026-06-17T06:47:45.7862622Z    Compiling universal-hash v0.5.1
2026-06-17T06:47:45.8399537Z    Compiling vergen-lib v0.1.6
2026-06-17T06:47:45.8700316Z    Compiling vergen v9.1.0
2026-06-17T06:47:45.9355884Z    Compiling heapless v0.7.17
2026-06-17T06:47:45.9520611Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-17T06:47:45.9690698Z    Compiling noq-udp v0.10.0
2026-06-17T06:47:45.9876430Z    Compiling sync_wrapper v1.0.2
2026-06-17T06:47:46.0121546Z    Compiling opaque-debug v0.3.1
2026-06-17T06:47:46.0340389Z    Compiling byteorder v1.5.0
2026-06-17T06:47:46.0530705Z    Compiling allocator-api2 v0.2.21
2026-06-17T06:47:46.0750600Z    Compiling futures-buffered v0.2.13
2026-06-17T06:47:46.0886728Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-17T06:47:46.0971752Z    Compiling aws-lc-sys v0.41.0
2026-06-17T06:47:46.1068905Z    Compiling ring v0.17.14
2026-06-17T06:47:46.1106448Z    Compiling libsqlite3-sys v0.30.1
2026-06-17T06:47:46.2190555Z    Compiling hash32 v0.2.1
2026-06-17T06:47:46.2400637Z    Compiling polyval v0.6.2
2026-06-17T06:47:46.3470512Z    Compiling digest v0.11.3
2026-06-17T06:47:46.3775429Z    Compiling spin v0.9.8
2026-06-17T06:47:46.4416853Z    Compiling vergen-gitcl v1.0.8
2026-06-17T06:47:46.5380917Z    Compiling num_threads v0.1.7
2026-06-17T06:47:46.5436748Z    Compiling signature v3.0.0
2026-06-17T06:47:46.5517913Z    Compiling ryu v1.0.23
2026-06-17T06:47:46.5532254Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-17T06:47:46.6314957Z    Compiling tower-layer v0.3.3
2026-06-17T06:47:46.6317954Z    Compiling fallible-iterator v0.3.0
2026-06-17T06:47:46.6865161Z    Compiling time v0.3.47
2026-06-17T06:47:46.7340592Z    Compiling sha2 v0.11.0-rc.5
2026-06-17T06:47:46.7790261Z    Compiling ghash v0.5.1
2026-06-17T06:47:46.7902352Z    Compiling ctr v0.9.2
2026-06-17T06:47:46.8674889Z    Compiling aes v0.8.4
2026-06-17T06:47:46.9000820Z    Compiling fs2 v0.4.3
2026-06-17T06:47:46.9720780Z    Compiling http-body-util v0.1.3
2026-06-17T06:47:46.9760727Z    Compiling aead v0.5.2
2026-06-17T06:47:46.9991580Z    Compiling openssl-probe v0.2.1
2026-06-17T06:47:47.0231035Z    Compiling crossbeam-epoch v0.9.18
2026-06-17T06:47:47.1023829Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-17T06:47:47.1310512Z    Compiling crossbeam-channel v0.5.15
2026-06-17T06:47:47.1966279Z    Compiling netlink-packet-route v0.29.0
2026-06-17T06:47:47.2728883Z    Compiling blake3 v1.8.5
2026-06-17T06:47:47.2981043Z    Compiling uuid v1.23.2
2026-06-17T06:47:47.4714719Z    Compiling memoffset v0.6.5
2026-06-17T06:47:47.5130982Z    Compiling aes-gcm v0.10.3
2026-06-17T06:47:47.6050681Z    Compiling acto v0.8.2
2026-06-17T06:47:47.6720498Z    Compiling netwatch v0.16.0
2026-06-17T06:47:47.6836838Z    Compiling noq v0.18.0
2026-06-17T06:47:47.7620543Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-17T06:47:47.8051263Z    Compiling rustix v1.1.4
2026-06-17T06:47:47.8586788Z    Compiling thiserror v1.0.69
2026-06-17T06:47:47.8952728Z    Compiling foldhash v0.2.0
2026-06-17T06:47:47.9052373Z    Compiling lru-slab v0.1.2
2026-06-17T06:47:47.9255291Z    Compiling tagptr v0.2.0
2026-06-17T06:47:48.0350507Z    Compiling rustc-hash v2.1.2
2026-06-17T06:47:48.0460924Z    Compiling sorted-index-buffer v0.2.1
2026-06-17T06:47:48.0565547Z    Compiling identity-hash v0.1.0
2026-06-17T06:47:48.0581080Z    Compiling mac-addr v0.3.0
2026-06-17T06:47:48.1232603Z    Compiling xml-rs v0.8.28
2026-06-17T06:47:48.1435968Z    Compiling ref-cast v1.0.25
2026-06-17T06:47:48.2131348Z    Compiling hashbrown v0.16.1
2026-06-17T06:47:48.2969906Z    Compiling synstructure v0.13.2
2026-06-17T06:47:48.3052152Z    Compiling darling_core v0.20.11
2026-06-17T06:47:48.3140855Z    Compiling serde_derive_internals v0.29.1
2026-06-17T06:47:48.4381698Z    Compiling netlink-packet-route v0.30.0
2026-06-17T06:47:48.9540325Z    Compiling proc-macro-crate v3.5.0
2026-06-17T06:47:49.0100559Z    Compiling xmltree v0.10.3
2026-06-17T06:47:49.0211599Z    Compiling termios v0.2.2
2026-06-17T06:47:49.1321453Z    Compiling ioctl-rs v0.1.6
2026-06-17T06:47:49.1520893Z    Compiling serial-core v0.4.0
2026-06-17T06:47:49.1663582Z    Compiling errno v0.3.14
2026-06-17T06:47:49.2005018Z    Compiling aho-corasick v1.1.4
2026-06-17T06:47:49.2320806Z    Compiling simple-dns v0.9.3
2026-06-17T06:47:49.2414000Z    Compiling regex-syntax v0.8.10
2026-06-17T06:47:49.2678890Z    Compiling resolv-conf v0.7.6
2026-06-17T06:47:49.3112058Z    Compiling arrayref v0.3.9
2026-06-17T06:47:49.3280738Z    Compiling arrayvec v0.7.6
2026-06-17T06:47:49.3779655Z    Compiling simdutf8 v0.1.5
2026-06-17T06:47:49.4131363Z    Compiling constant_time_eq v0.4.2
2026-06-17T06:47:49.5321276Z    Compiling sha1_smol v1.0.1
2026-06-17T06:47:49.5790778Z    Compiling toml_write v0.1.2
2026-06-17T06:47:49.6114107Z    Compiling smol_str v0.1.24
2026-06-17T06:47:49.6924346Z    Compiling signal-hook v0.3.18
2026-06-17T06:47:49.7305758Z    Compiling winnow v0.7.15
2026-06-17T06:47:49.7370177Z    Compiling linux-raw-sys v0.12.1
2026-06-17T06:47:49.8150587Z    Compiling signal-hook-registry v1.4.8
2026-06-17T06:47:49.8399804Z    Compiling serial-unix v0.4.0
2026-06-17T06:47:49.8554020Z    Compiling lru v0.16.4
2026-06-17T06:47:50.0720325Z    Compiling darling_core v0.23.0
2026-06-17T06:47:50.0917934Z    Compiling serde_bytes v0.11.19
2026-06-17T06:47:50.1807938Z    Compiling seize v0.5.1
2026-06-17T06:47:50.3208487Z    Compiling serde_derive v1.0.228
2026-06-17T06:47:50.3279503Z    Compiling zeroize_derive v1.4.3
2026-06-17T06:47:50.5274965Z    Compiling tokio-macros v2.7.0
2026-06-17T06:47:50.6446899Z    Compiling futures-macro v0.3.32
2026-06-17T06:47:50.9781691Z    Compiling zeroize v1.8.2
2026-06-17T06:47:51.1500936Z    Compiling zerofrom-derive v0.1.7
2026-06-17T06:47:51.3072182Z    Compiling yoke-derive v0.8.2
2026-06-17T06:47:51.3170963Z    Compiling tokio v1.52.3
2026-06-17T06:47:51.6511648Z    Compiling futures-util v0.3.32
2026-06-17T06:47:51.6810995Z    Compiling zerovec-derive v0.11.3
2026-06-17T06:47:51.9299752Z    Compiling displaydoc v0.2.6
2026-06-17T06:47:52.2841133Z    Compiling tracing-attributes v0.1.31
2026-06-17T06:47:52.6701531Z    Compiling zerofrom v0.1.8
2026-06-17T06:47:52.7045846Z    Compiling rustls-pki-types v1.14.1
2026-06-17T06:47:52.7755816Z    Compiling yoke v0.8.3
2026-06-17T06:47:52.7881036Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-17T06:47:52.9760879Z    Compiling zerotrie v0.2.4
2026-06-17T06:47:53.0080842Z    Compiling thiserror-impl v2.0.18
2026-06-17T06:47:53.1117220Z    Compiling zerovec v0.11.6
2026-06-17T06:47:53.4040940Z    Compiling darling_macro v0.20.11
2026-06-17T06:47:53.4140482Z    Compiling derive_more-impl v2.1.1
2026-06-17T06:47:53.7405673Z    Compiling n0-error-macros v0.1.3
2026-06-17T06:47:53.7414791Z    Compiling darling v0.20.11
2026-06-17T06:47:53.8126399Z    Compiling derive_builder_core v0.20.2
2026-06-17T06:47:53.9014625Z    Compiling tinystr v0.8.3
2026-06-17T06:47:53.9040876Z    Compiling potential_utf v0.1.5
2026-06-17T06:47:53.9432122Z    Compiling spez v0.1.2
2026-06-17T06:47:54.0470824Z    Compiling icu_collections v2.2.0
2026-06-17T06:47:54.1640778Z    Compiling icu_locale_core v2.2.0
2026-06-17T06:47:54.3939186Z    Compiling der v0.8.0-rc.10
2026-06-17T06:47:54.8541569Z    Compiling pin-project-internal v1.1.13
2026-06-17T06:47:54.8759496Z    Compiling n0-error v0.1.3
2026-06-17T06:47:54.8930659Z    Compiling cobs v0.3.0
2026-06-17T06:47:55.0680340Z    Compiling postcard-derive v0.2.2
2026-06-17T06:47:55.2310181Z    Compiling derive_builder_macro v0.20.2
2026-06-17T06:47:55.2501047Z    Compiling ed25519-dalek v2.2.0
2026-06-17T06:47:55.5190666Z    Compiling icu_provider v2.2.0
2026-06-17T06:47:55.5780156Z    Compiling ipnet v2.12.0
2026-06-17T06:47:55.6010317Z    Compiling derive_builder v0.20.2
2026-06-17T06:47:55.6049772Z    Compiling futures-executor v0.3.32
2026-06-17T06:47:55.9281011Z    Compiling icu_properties v2.2.0
2026-06-17T06:47:55.9540728Z    Compiling icu_normalizer v2.2.0
2026-06-17T06:47:55.9582199Z    Compiling spki v0.8.0-rc.4
2026-06-17T06:47:55.9780691Z    Compiling prefix-trie v0.8.4
2026-06-17T06:47:56.1580987Z    Compiling once_cell v1.21.4
2026-06-17T06:47:56.1650722Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-17T06:47:56.2190463Z    Compiling pin-project v1.1.13
2026-06-17T06:47:56.3011076Z    Compiling ed25519 v3.0.0-rc.4
2026-06-17T06:47:56.3214949Z    Compiling futures v0.3.32
2026-06-17T06:47:56.3870825Z    Compiling tracing-core v0.1.36
2026-06-17T06:47:56.4081356Z    Compiling spt-proto v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-17T06:47:56.6129512Z    Compiling hashbrown v0.14.5
2026-06-17T06:47:56.6861002Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-17T06:47:56.8171097Z    Compiling rustls-native-certs v0.8.4
2026-06-17T06:47:57.0000464Z    Compiling tracing v0.1.44
2026-06-17T06:47:57.1310785Z    Compiling tokio-util v0.7.18
2026-06-17T06:47:57.3197736Z    Compiling netlink-sys v0.8.8
2026-06-17T06:47:57.3489307Z    Compiling postcard v1.1.3
2026-06-17T06:47:57.3562324Z    Compiling data-encoding-macro v0.1.20
2026-06-17T06:47:57.4221389Z    Compiling idna_adapter v1.2.2
2026-06-17T06:47:57.4460973Z    Compiling hashlink v0.9.1
2026-06-17T06:47:57.5034939Z    Compiling idna v1.1.0
2026-06-17T06:47:57.5540724Z    Compiling tower v0.5.3
2026-06-17T06:47:57.5990580Z    Compiling num_enum_derive v0.7.6
2026-06-17T06:47:57.6361712Z    Compiling iroh-metrics-derive v0.4.1
2026-06-17T06:47:57.6490688Z    Compiling enum-assoc v1.3.0
2026-06-17T06:47:57.8371446Z    Compiling strum_macros v0.28.0
2026-06-17T06:47:57.8580714Z    Compiling rusqlite v0.32.1
2026-06-17T06:47:57.8662533Z    Compiling async-trait v0.1.89
2026-06-17T06:47:57.8790548Z    Compiling netdev v0.42.0
2026-06-17T06:47:57.8965389Z    Compiling derive_more v2.1.1
2026-06-17T06:47:57.9080978Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-17T06:47:58.0980575Z    Compiling url v2.5.8
2026-06-17T06:47:58.1109855Z    Compiling h2 v0.4.14
2026-06-17T06:47:58.3081079Z    Compiling iroh-metrics v0.38.3
2026-06-17T06:47:58.3840604Z    Compiling n0-watcher v0.6.1
2026-06-17T06:47:58.4940663Z    Compiling tokio-stream v0.1.18
2026-06-17T06:47:58.6106155Z    Compiling netlink-proto v0.12.0
2026-06-17T06:47:58.6581250Z    Compiling iroh-relay v0.98.0
2026-06-17T06:47:58.7819625Z    Compiling num_enum v0.7.6
2026-06-17T06:47:58.7970905Z    Compiling moka v0.12.15
2026-06-17T06:47:58.8773122Z    Compiling serde_spanned v0.6.9
2026-06-17T06:47:58.9149826Z    Compiling toml_datetime v0.6.11
2026-06-17T06:47:58.9221322Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-17T06:47:58.9361005Z    Compiling attohttpc v0.30.1
2026-06-17T06:47:58.9860596Z    Compiling tower-http v0.6.11
2026-06-17T06:47:59.0160999Z    Compiling iroh-base v0.98.0
2026-06-17T06:47:59.0421008Z    Compiling ref-cast-impl v1.0.25
2026-06-17T06:47:59.1671451Z    Compiling spt-store v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-17T06:47:59.2920613Z    Compiling thiserror-impl v1.0.69
2026-06-17T06:47:59.5540700Z    Compiling toml_edit v0.22.27
2026-06-17T06:47:59.6770930Z    Compiling webpki-roots v1.0.7
2026-06-17T06:47:59.7360859Z    Compiling regex-automata v0.4.14
2026-06-17T06:47:59.8228389Z    Compiling schemars_derive v1.2.1
2026-06-17T06:47:59.8881456Z    Compiling hmac v0.12.1
2026-06-17T06:47:59.9128170Z    Compiling iroh v0.98.2
2026-06-17T06:48:00.0299286Z    Compiling cmov v0.5.4
2026-06-17T06:48:00.1110519Z    Compiling pin-utils v0.1.0
2026-06-17T06:48:00.1750980Z    Compiling bitflags v1.3.2
2026-06-17T06:48:00.2297590Z    Compiling utf8parse v0.2.2
2026-06-17T06:48:00.2508487Z    Compiling dyn-clone v1.0.20
2026-06-17T06:48:00.2577312Z    Compiling rustix v0.38.44
2026-06-17T06:48:00.3220532Z    Compiling anstyle-parse v1.0.0
2026-06-17T06:48:00.3860710Z    Compiling ctutils v0.4.2
2026-06-17T06:48:00.4740865Z    Compiling nix v0.25.1
2026-06-17T06:48:00.5081894Z    Compiling hkdf v0.12.4
2026-06-17T06:48:00.6329891Z    Compiling backon v1.6.0
2026-06-17T06:48:00.6733580Z    Compiling darling_macro v0.23.0
2026-06-17T06:48:00.7020605Z    Compiling papaya v0.2.4
2026-06-17T06:48:00.8190666Z    Compiling strum v0.28.0
2026-06-17T06:48:00.9171057Z    Compiling serial v0.4.0
2026-06-17T06:48:00.9671481Z    Compiling iroh-dns v0.98.0
2026-06-17T06:48:01.0057456Z    Compiling filedescriptor v0.8.3
2026-06-17T06:48:01.0320893Z    Compiling foldhash v0.1.5
2026-06-17T06:48:01.0751063Z    Compiling anstyle-query v1.1.5
2026-06-17T06:48:01.0850590Z    Compiling shell-words v1.1.1
2026-06-17T06:48:01.1701056Z    Compiling anstyle v1.0.14
2026-06-17T06:48:01.1930472Z    Compiling linux-raw-sys v0.4.15
2026-06-17T06:48:01.2260637Z    Compiling downcast-rs v1.2.1
2026-06-17T06:48:01.2470799Z    Compiling colorchoice v1.0.5
2026-06-17T06:48:01.2710622Z    Compiling is_terminal_polyfill v1.70.2
2026-06-17T06:48:01.2994254Z    Compiling instability v0.3.12
2026-06-17T06:48:01.3250581Z    Compiling signal-hook-mio v0.2.5
2026-06-17T06:48:01.3517331Z    Compiling hashbrown v0.15.5
2026-06-17T06:48:01.3650741Z    Compiling darling v0.23.0
2026-06-17T06:48:01.4050572Z    Compiling anstream v1.0.0
2026-06-17T06:48:01.4377052Z    Compiling spake2 v0.4.0
2026-06-17T06:48:01.4457446Z    Compiling terminal_size v0.4.4
2026-06-17T06:48:01.4911055Z    Compiling strum_macros v0.26.4
2026-06-17T06:48:01.5411154Z    Compiling sha1 v0.10.6
2026-06-17T06:48:01.5781166Z    Compiling itertools v0.13.0
2026-06-17T06:48:01.6331027Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-17T06:48:01.8100453Z    Compiling castaway v0.2.4
2026-06-17T06:48:01.8278751Z    Compiling static_assertions v1.1.0
2026-06-17T06:48:01.9121244Z    Compiling doctest-file v1.1.1
2026-06-17T06:48:01.9440773Z    Compiling unicode-width v0.1.14
2026-06-17T06:48:02.0250578Z    Compiling schemars v1.2.1
2026-06-17T06:48:02.2591231Z    Compiling spt-msg v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-17T06:48:02.2850674Z    Compiling toml v0.8.23
2026-06-17T06:48:02.4250784Z    Compiling indoc v2.0.7
2026-06-17T06:48:02.8672447Z    Compiling regex v1.12.3
2026-06-17T06:48:02.9529235Z    Compiling clap_lex v1.1.0
2026-06-17T06:48:03.2420356Z    Compiling clap_builder v4.6.0
2026-06-17T06:48:03.3132345Z    Compiling spt-runtime v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-17T06:48:03.5360630Z    Compiling unicode-truncate v1.1.0
2026-06-17T06:48:03.5525931Z    Compiling hyper v1.10.1
2026-06-17T06:48:03.6970868Z    Compiling crossterm v0.28.1
2026-06-17T06:48:03.7341484Z    Compiling interprocess v2.4.2
2026-06-17T06:48:03.8180338Z    Compiling strum v0.26.3
2026-06-17T06:48:03.9920546Z    Compiling lru v0.12.5
2026-06-17T06:48:04.2100688Z    Compiling compact_str v0.8.2
2026-06-17T06:48:04.4065613Z    Compiling clap_derive v4.6.1
2026-06-17T06:48:04.6850419Z    Compiling portable-pty v0.8.1
2026-06-17T06:48:04.7441200Z    Compiling iana-time-zone v0.1.65
2026-06-17T06:48:04.8120990Z    Compiling cassowary v0.3.0
2026-06-17T06:48:05.0040848Z    Compiling unicode-width v0.2.0
2026-06-17T06:48:05.0710629Z    Compiling chrono v0.4.45
2026-06-17T06:48:05.1171511Z    Compiling nucleo-matcher v0.3.1
2026-06-17T06:48:05.2938564Z    Compiling spt-term v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-17T06:48:05.3867176Z    Compiling ratatui v0.29.0
2026-06-17T06:48:05.5547261Z    Compiling hyper-util v0.1.20
2026-06-17T06:48:05.5807184Z    Compiling qrcode v0.14.1
2026-06-17T06:48:05.6260892Z    Compiling tempfile v3.27.0
2026-06-17T06:48:05.8390862Z warning: enum `Launch` is never used
2026-06-17T06:48:05.8430827Z   --> crates/spt-term/src/winprog.rs:62:6
2026-06-17T06:48:05.8460772Z    |
2026-06-17T06:48:05.8500818Z 62 | enum Launch {
2026-06-17T06:48:05.8509867Z    |      ^^^^^^
2026-06-17T06:48:05.8540608Z    |
2026-06-17T06:48:05.8581337Z    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
2026-06-17T06:48:05.8620017Z 
2026-06-17T06:48:05.8650569Z warning: function `last_segment` is never used
2026-06-17T06:48:05.8690718Z   --> crates/spt-term/src/winprog.rs:74:4
2026-06-17T06:48:05.8692316Z    |
2026-06-17T06:48:05.8729348Z 74 | fn last_segment(s: &str) -> &str {
2026-06-17T06:48:05.8790821Z    |    ^^^^^^^^^^^^
2026-06-17T06:48:05.8823202Z 
2026-06-17T06:48:05.8827815Z warning: function `ext_of` is never used
2026-06-17T06:48:05.8861216Z   --> crates/spt-term/src/winprog.rs:80:4
2026-06-17T06:48:05.8900954Z    |
2026-06-17T06:48:05.8940819Z 80 | fn ext_of(s: &str) -> Option<String> {
2026-06-17T06:48:05.8980460Z    |    ^^^^^^
2026-06-17T06:48:05.9019699Z 
2026-06-17T06:48:05.9050349Z warning: function `parent_of` is never used
2026-06-17T06:48:05.9080573Z   --> crates/spt-term/src/winprog.rs:89:4
2026-06-17T06:48:05.9100557Z    |
2026-06-17T06:48:05.9112977Z 89 | fn parent_of(s: &str) -> Option<&str> {
2026-06-17T06:48:05.9114302Z    |    ^^^^^^^^^
2026-06-17T06:48:05.9114678Z 
2026-06-17T06:48:05.9115049Z warning: function `launch_for` is never used
2026-06-17T06:48:05.9116520Z   --> crates/spt-term/src/winprog.rs:95:4
2026-06-17T06:48:05.9117055Z    |
2026-06-17T06:48:05.9117531Z 95 | fn launch_for(path: PathBuf, ext: &str) -> Launch {
2026-06-17T06:48:05.9118110Z    |    ^^^^^^^^^^
2026-06-17T06:48:05.9118420Z 
2026-06-17T06:48:05.9118749Z warning: function `resolve_in` is never used
2026-06-17T06:48:05.9119603Z    --> crates/spt-term/src/winprog.rs:112:4
2026-06-17T06:48:05.9120175Z     |
2026-06-17T06:48:05.9120602Z 112 | fn resolve_in(
2026-06-17T06:48:05.9121039Z     |    ^^^^^^^^^^
2026-06-17T06:48:05.9121377Z 
2026-06-17T06:48:05.9971172Z    Compiling spt-live v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-17T06:48:06.6431127Z    Compiling clap v4.6.1
2026-06-17T06:48:07.0231888Z warning: `spt-term` (lib) generated 6 warnings
2026-06-17T06:48:07.5624150Z    Compiling igd-next v0.17.1
2026-06-17T06:48:08.7474337Z    Compiling portmapper v0.16.0
2026-06-17T06:48:13.1682756Z    Compiling rustls-webpki v0.103.13
2026-06-17T06:48:15.4917983Z    Compiling tokio-rustls v0.26.4
2026-06-17T06:48:15.4918363Z    Compiling noq-proto v0.17.0
2026-06-17T06:48:15.4918674Z    Compiling rustls-platform-verifier v0.7.0
2026-06-17T06:48:15.6253674Z    Compiling hickory-net v0.26.0-beta.4
2026-06-17T06:48:15.6254722Z    Compiling hyper-rustls v0.27.9
2026-06-17T06:48:15.6255191Z    Compiling tokio-websockets v0.13.2
2026-06-17T06:48:15.7499335Z    Compiling reqwest v0.13.4
2026-06-17T06:48:16.7020260Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-17T06:48:30.1568825Z    Compiling spt-net v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-17T06:48:31.5112807Z    Compiling spt-daemon v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-17T06:48:38.2977880Z    Compiling spt v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-17T06:48:41.7271022Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-17T06:48:41.7498935Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-427d0402c7ad9772)
2026-06-17T06:48:41.7511870Z 
2026-06-17T06:48:41.7512048Z running 1 test
2026-06-17T06:48:47.8388347Z test new_brain_serves_against_old_broker ... ok
2026-06-17T06:48:47.8388608Z 
2026-06-17T06:48:47.8389413Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-06-17T06:48:47.8389740Z 
2026-06-17T06:48:47.8616671Z Post job cleanup.
2026-06-17T06:48:47.9270693Z [command]/usr/bin/git version
2026-06-17T06:48:47.9301677Z git version 2.43.0
2026-06-17T06:48:47.9331070Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/b7dfe33f-6c38-4f02-8639-06b8c2c83fcc' before making global git config changes
2026-06-17T06:48:47.9331771Z Adding repository directory to the temporary git global config as a safe directory
2026-06-17T06:48:47.9334076Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-17T06:48:47.9361782Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-17T06:48:47.9385318Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-17T06:48:47.9570594Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-17T06:48:47.9591205Z http.https://github.com/.extraheader
2026-06-17T06:48:47.9597905Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-17T06:48:47.9622681Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-17T06:48:47.9843389Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-17T06:48:47.9868478Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-17T06:48:48.0165946Z Cleaning up orphan processes
2026-06-17T06:48:48.0684887Z Terminate orphan process: pid (1324416) (spt)
